home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 4876 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.3 KB  |  80 lines

  1. Newsgroups: comp.sys.amiga.hardware
  2. Path: actrix.gen.nz!cpalmer
  3. From: cpalmer@atlantis.actrix.gen.nz (Colin Palmer)
  4. Subject: Re: ZIP-Drive and PC-Forma
  5. Message-ID: <Dn4r2u.E6C@actrix.gen.nz>
  6. Sender: news@actrix.gen.nz (News Administrator)
  7. Organization: Actrix - Internet Services
  8. Date: Wed, 21 Feb 1996 14:32:54 GMT
  9. References: <31266C34.62D5@unet.univie.ac.at> <1655.6623T690T850@xmission.com>
  10. X-Nntp-Posting-Host: atlantis.actrix.gen.nz
  11.  
  12. In article <1655.6623T690T850@xmission.com>,
  13. John S. Burger <jsburger@xmission.com> wrote:
  14. > Here is the mountlist I use. It reads the MS-DOS ZIP Tools disk that comes
  15. > with the drive just fine.
  16.  
  17. Hmm, OK, there are couple of possible problems with this:
  18.  
  19. > PZ0:
  20.  
  21. If you are using the version of CrossDOS that comes with WB3.0 (and 
  22. probably 2.1), THE NAME OF THE DEVICE MUST END IN C  -  this is 
  23. inportant, otherwise CrossDOS won't mount the device.
  24.  
  25. >   Surfaces = 1
  26. >   BlocksPerTrack = 68
  27. >   Lowcyl = 0
  28. >   Highcyl = 2890
  29.  
  30. These are wrong (HToolBox has a problem getting these right).  If you 
  31. want to be able to use MS-DOS formatted disks (Highcyl-Lowcyl+1) * 
  32. Surfaces * BlocksPerTrack must equal 196608.  the following works:
  33.  
  34. Surfaces = 1
  35. BlocksPerTrack = 1
  36. Lowcyl = 0
  37. Highcyl = 196607
  38.  
  39. >   BufMemType = 5
  40.  
  41. 0 is a better idea, although 5 will work if you have plenty of Fast RAM.
  42.  
  43. >   Blocksize = 512
  44. >   Device = HardFrame.device
  45. >   Unit = 5
  46.  
  47. Remember to change Device and Unit if necessary (If you have WB2.1+ it's 
  48. a good idea to move these to the icon tooltypes).
  49.  
  50. >   Flags = 0x00000000
  51. >   Mask = 0xFFFFFFFE
  52. >   Maxtransfer = 0x7FFFFFFF
  53.  
  54. Depending on your setup, yoo may have to reduce Maxtransfer if you find 
  55. large files getting corrupted.
  56.  
  57. >   Reserved = 0
  58. >   Filesystem = L:CrossDOSFileSystem
  59. >   Stacksize = 2000
  60. >   Priority = 5
  61. >   Bootpri = -20
  62. >   Globvec = -1
  63. >   Buffers = 5
  64.  
  65. ZIP drives are rather slow on small files.  I'd increase this to at least 
  66. 50 (I use 100).
  67.  
  68. >   Dostype = 0x4d534800
  69. >   Mount = 1
  70. > #
  71.  
  72.  
  73.  
  74. -- 
  75.      /// --------------------+-----------------------------------------------+
  76.     ///  Colin Palmer        |A! JW21 YK++i WK+++ DT+ P&B++ SL++^ SK+++ GDF- | 
  77. \\\/// cpalmer@actrix.gen.nz | P+ $+ E19a Ee13c H2 PonSadMeal XBHurts Ay75 M |
  78.  \XX/ -----------------------+-----------------------------------------------+
  79.